home *** CD-ROM | disk | FTP | other *** search
- ;
- ; Script file produced by Luna
- ;
- ; Conversion of HTML Umlaut tags to normal Umlauts (GEM-assignments)
- ;
-
- replace(0,0,0,-1,"ü","ü")
- replace(0,0,0,-1,"ö","ö")
- replace(0,0,0,-1,"ä","ä")
- replace(0,0,0,-1,"Ü","Ü")
- replace(0,0,0,-1,"Ö","Ö")
- replace(0,0,0,-1,"Ä","Ä")
- replace(0,0,0,-1,"ß","β")
- replace(0,0,0,-1,"&","&")
-
-
-